projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d8a1a0
)
Implement titlebar action settings for X11
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Sep 2014 05:25:25 +0000
(
01:25
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Sep 2014 18:54:49 +0000
(14:54 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=729782
gdk/x11/gdksettings.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdksettings.c
b/gdk/x11/gdksettings.c
index 86ecc2dfece1f9e256e607330ab8f4b95b3d79a8..62a4ea35f8d4d07b7dcde6743e1776df88e26e2b 100644
(file)
--- a/
gdk/x11/gdksettings.c
+++ b/
gdk/x11/gdksettings.c
@@
-59,6
+59,9
@@
static const struct {
{"Gtk/ShellShowsMenubar", "gtk-shell-shows-menubar"},
{"Gtk/ShellShowsDesktop", "gtk-shell-shows-desktop"},
{"Gtk/DecorationLayout", "gtk-decoration-layout"},
+ {"Gtk/TitlebarDoubleClick", "gtk-titlebar-double-click"},
+ {"Gtk/TitlebarMiddleClick", "gtk-titlebar-middle-click"},
+ {"Gtk/TitlebarRightClick", "gtk-titlebar-right-click"},
{"Gtk/DialogsUseHeader", "gtk-dialogs-use-header"},
{"Gtk/EnablePrimaryPaste", "gtk-enable-primary-paste"},
{"Gtk/RecentFilesMaxAge", "gtk-recent-files-max-age"},